home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Bavarian / Bavarian #129 (19xx)(APS Electronic).zip / Bavarian #129 (19xx)(APS Electronic).adf / SETUP.bas < prev    next >
BASIC Source File  |  1986-01-31  |  285b  |  12 lines

  1. 10    '           SETUP
  2. 20    '  --------------------------
  3. 30    '   Program to set up colors
  4. 40    '   & screen for programming
  5. 50    '  --------------------------
  6. 60    '
  7. 70    RGB 0,1,3,9
  8. 80    RGB 1,15,15,15
  9. 90    RGB 2,11,11,11
  10. 100   SCREEN 1,4:FONT 2
  11. 110   GRAPHIC 0:DRAWMODE 1
  12.